home *** CD-ROM | disk | FTP | other *** search
- l version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>Classes</key>
- <dict>
- <key>ChartView</key>
- <dict>
- <key>Description</key>
- <string>A Chartsmith chart</string>
- <key>Name</key>
- <string>chart</string>
- <key>PluralName</key>
- <string>charts</string>
- </dict>
- <key>DataSheet</key>
- <dict>
- <key>Description</key>
- <string>A chart's data view</string>
- <key>Name</key>
- <string>datasheet</string>
- <key>PluralName</key>
- <string>datasheets</string>
- </dict>
- <key>Document</key>
- <dict>
- <key>Description</key>
- <string>A Chartsmith document</string>
- <key>Name</key>
- <string>document</string>
- <key>PluralName</key>
- <string>documents</string>
- </dict>
- <key>NSApplication</key>
- <dict>
- <key>Description</key>
- <string>Chartsmith's top level scripting object.</string>
- <key>Name</key>
- <string>application</string>
- <key>PluralName</key>
- <string>applications</string>
- </dict>
- <key>NSString</key>
- <dict>
- <key>Description</key>
- <string>string object</string>
- <key>Name</key>
- <string>string</string>
- <key>PluralName</key>
- <string>strings</string>
- </dict>
- </dict>
- <key>Commands</key>
- <dict>
- <key>ValidLicense</key>
- <dict>
- <key>Description</key>
- <string>determine if Chartsmith is licensed; returns "YES" or "NO"</string>
- <key>Name</key>
- <string>valid license</string>
- </dict>
- <key>AddChart</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>AtIndex</key>
- <dict>
- <key>Description</key>
- <string>positional index of chart to be added</string>
- <key>Name</key>
- <string>at index</string>
- </dict>
- <key>ChartType</key>
- <dict>
- <key>Description</key>
- <string>the type of the chart</string>
- <key>Name</key>
- <string>of type</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>add a chart to a document</string>
- <key>Name</key>
- <string>add chart</string>
- </dict>
- <key>AddRow</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>AtIndex</key>
- <dict>
- <key>Description</key>
- <string>positional index of row to be added</string>
- <key>Name</key>
- <string>at index</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>insert a row in a chart's datasheet</string>
- <key>Name</key>
- <string>insert row</string>
- </dict>
- <key>AddRows</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>Count</key>
- <dict>
- <key>Description</key>
- <string>number of rows to be added</string>
- <key>Name</key>
- <string>count</string>
- </dict>
- <key>AtIndex</key>
- <dict>
- <key>Description</key>
- <string>positional index of rows to be added</string>
- <key>Name</key>
- <string>at index</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>insert a row in a chart's datasheet</string>
- <key>Name</key>
- <string>insert rows</string>
- </dict>
- <key>AddSeries</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>AtIndex</key>
- <dict>
- <key>Description</key>
- <string>positional index of series to be added</string>
- <key>Name</key>
- <string>at index</string>
- </dict>
- <key>OfType</key>
- <dict>
- <key>Description</key>
- <string>the series type to be added</string>
- <key>Name</key>
- <string>of type</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>insert a series in a chart's datasheet</string>
- <key>Name</key>
- <string>insert series</string>
- </dict>
- <key>ApplyTemplate</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>FilePath</key>
- <dict>
- <key>Description</key>
- <string>path to template file</string>
- <key>Name</key>
- <string>template</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>apply a template to a chart</string>
- <key>Name</key>
- <string>apply</string>
- </dict>
- <key>Export</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>FilePath</key>
- <dict>
- <key>Description</key>
- <string>file path where image will be stored</string>
- <key>Name</key>
- <string>to</string>
- </dict>
- <key>Format</key>
- <dict>
- <key>Description</key>
- <string>image format: TIFF, PDF, JPEG</string>
- <key>Name</key>
- <string>as</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>export a chart image</string>
- <key>Name</key>
- <string>export</string>
- </dict>
- <key>SetTitle</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>ToValue</key>
- <dict>
- <key>Description</key>
- <string>title string for chart</string>
- <key>Name</key>
- <string>to</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>set title string of chart</string>
- <key>Name</key>
- <string>set title</string>
- </dict>
- <key>SetSubtitle</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>ToValue</key>
- <dict>
- <key>Description</key>
- <string>subtitle string for chart</string>
- <key>Name</key>
- <string>to</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>set subtitle string of chart</string>
- <key>Name</key>
- <string>set subtitle</string>
- </dict>
- <key>SetXAxisTitle</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>ToValue</key>
- <dict>
- <key>Description</key>
- <string>title string for x axis</string>
- <key>Name</key>
- <string>to</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>set title string of x axis</string>
- <key>Name</key>
- <string>set xaxis title</string>
- </dict>
- <key>SetY1AxisTitle</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>ToValue</key>
- <dict>
- <key>Description</key>
- <string>title string for y1 axis</string>
- <key>Name</key>
- <string>to</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>set title string of y1 axis</string>
- <key>Name</key>
- <string>set y1axis title</string>
- </dict>
- <key>SetY2AxisTitle</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>ToValue</key>
- <dict>
- <key>Description</key>
- <string>title string for y2 axis</string>
- <key>Name</key>
- <string>to</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>set title string of y2 axis</string>
- <key>Name</key>
- <string>set y2axis title</string>
- </dict>
- <key>PrintDoc</key>
- <dict>
- <key>Description</key>
- <string>print the charts in a document</string>
- <key>Name</key>
- <string>printdoc</string>
- </dict>
- <key>CurrentChartIndex</key>
- <dict>
- <key>Description</key>
- <string>returns the index of the currently selected chart</string>
- <key>Name</key>
- <string>selected chart</string>
- </dict>
- <key>SelectChart</key>
- <dict>
- <key>Description</key>
- <string>select and display the chart</string>
- <key>Name</key>
- <string>select</string>
- </dict>
- <key>SetRowLabel</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>RowNumber</key>
- <dict>
- <key>Description</key>
- <string>row number</string>
- <key>Name</key>
- <string>for row</string>
- </dict>
- <key>ToValue</key>
- <dict>
- <key>Description</key>
- <string>label value</string>
- <key>Name</key>
- <string>to</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>set text value of a single row label</string>
- <key>Name</key>
- <string>set row label</string>
- </dict>
- <key>SetRowLabels</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>DataString</key>
- <dict>
- <key>Description</key>
- <string>string of row labels, each delimited from the previous by a semi-colon ';'</string>
- <key>Name</key>
- <string>to</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>sets the text value of row labels</string>
- <key>Name</key>
- <string>set row labels</string>
- </dict>
- <key>SetSeriesLabel</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>SeriesNumber</key>
- <dict>
- <key>Description</key>
- <string>series number</string>
- <key>Name</key>
- <string>for series</string>
- </dict>
- <key>ToValue</key>
- <dict>
- <key>Description</key>
- <string>label value</string>
- <key>Name</key>
- <string>to</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>set text value of a single series label</string>
- <key>Name</key>
- <string>set series label</string>
- </dict>
- <key>SetSeriesLabels</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>DataString</key>
- <dict>
- <key>Description</key>
- <string>string of series labels, each delimited from the previous by a comma ','</string>
- <key>Name</key>
- <string>to</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>set text value of series labels</string>
- <key>Name</key>
- <string>set series labels</string>
- </dict>
- <key>SetCell</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>Column</key>
- <dict>
- <key>Description</key>
- <string>series column number</string>
- <key>Name</key>
- <string>col</string>
- </dict>
- <key>Row</key>
- <dict>
- <key>Description</key>
- <string>row number</string>
- <key>Name</key>
- <string>row</string>
- </dict>
- <key>SubColumn</key>
- <dict>
- <key>Description</key>
- <string>sub-column of series column</string>
- <key>Name</key>
- <string>subcol</string>
- </dict>
- <key>Value</key>
- <dict>
- <key>Description</key>
- <string>string value for data cell</string>
- <key>Name</key>
- <string>to</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>set the value of a single cell in the Data View</string>
- <key>Name</key>
- <string>set cell</string>
- </dict>
- <key>SetCells</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>DataString</key>
- <dict>
- <key>Description</key>
- <string>string value for data cells with comma ',' column delimiters and colon ':' row delimiters</string>
- <key>Name</key>
- <string>to</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>sets the values of a block of existing data cells in the Data View</string>
- <key>Name</key>
- <string>set cells</string>
- </dict>
- <key>ImportAscii</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>Delimiter</key>
- <dict>
- <key>Description</key>
- <string>delimiter used between columns of data (default is 'tab')</string>
- <key>Name</key>
- <string>with delimiter</string>
- </dict>
- <key>FilePath</key>
- <dict>
- <key>Description</key>
- <string>path to ascii data file</string>
- <key>Name</key>
- <string>in</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>imports data (with no labels) from an ascii file into the Data View</string>
- <key>Name</key>
- <string>import ascii data</string>
- </dict>
- <key>RowCount</key>
- <dict>
- <key>Description</key>
- <string>returns the number of data rows in the Data View </string>
- <key>Name</key>
- <string>rowcount</string>
- </dict>
- <key>SeriesCount</key>
- <dict>
- <key>Description</key>
- <string>returns the number of series columns in the Data View </string>
- <key>Name</key>
- <string>seriescount</string>
- </dict>
- <key>SeriesType</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>AtIndex</key>
- <dict>
- <key>Description</key>
- <string>the integer index of the series</string>
- <key>Name</key>
- <string>at index</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>returns the series type of the specified series</string>
- <key>Name</key>
- <string>series type</string>
- </dict>
- <key>CellValue</key>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>Column</key>
- <dict>
- <key>Description</key>
- <string>series column number</string>
- <key>Name</key>
- <string>col</string>
- </dict>
- <key>Row</key>
- <dict>
- <key>Description</key>
- <string>row number</string>
- <key>Name</key>
- <string>row</string>
- </dict>
- <key>SubColumn</key>
- <dict>
- <key>Description</key>
- <string>sub-column of series column</string>
- <key>Name</key>
- <string>subcol</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>returns the string that is stored in the specified cell of the Data View</string>
- <key>Name</key>
- <string>cell value</string>
- </dict>
- </dict>
- <key>Description</key>
- <string>Chartsmith specific classes.</string>
- <key>Enumerations</key>
- <dict>
- <key>ChartTypeEnum</key>
- <dict>
- <key>area</key>
- <dict>
- <key>Description</key>
- <string>A chart where the default series is a area series</string>
- <key>Name</key>
- <string>area</string>
- </dict>
- <key>bar</key>
- <dict>
- <key>Description</key>
- <string>A chart where the default series is a bar series</string>
- <key>Name</key>
- <string>bar</string>
- </dict>
- <key>bubble</key>
- <dict>
- <key>Description</key>
- <string>A chart where the default series is a bubble series</string>
- <key>Name</key>
- <string>bubble</string>
- </dict>
- <key>baseerror</key>
- <dict>
- <key>Description</key>
- <string>A chart where the default series is a base-error series</string>
- <key>Name</key>
- <string>baseerror</string>
- </dict>
- <key>hilo</key>
- <dict>
- <key>Description</key>
- <string>A chart where the default series is a hi-lo series</string>
- <key>Name</key>
- <string>hilo</string>
- </dict>
- <key>hiloopenclose</key>
- <dict>
- <key>Description</key>
- <string>A chart where the default series is a hi-lo-open-close series</string>
- <key>Name</key>
- <string>hiloopenclose</string>
- </dict>
- <key>histogram</key>
- <dict>
- <key>Description</key>
- <string>A chart where the default series is a histogram series</string>
- <key>Name</key>
- <string>histogram</string>
- </dict>
- <key>line</key>
- <dict>
- <key>Description</key>
- <string>A chart where the default series is a line series</string>
- <key>Name</key>
- <string>line</string>
- </dict>
- <key>pie</key>
- <dict>
- <key>Description</key>
- <string>A chart where the default series is a pie series</string>
- <key>Name</key>
- <string>pie</string>
- </dict>
- <key>scatter</key>
- <dict>
- <key>Description</key>
- <string>A chart where the default series is a scatter series</string>
- <